Micron Document
Fox's Git Mirrors

Node / rns-mirrors / Reticulum-Go.git / files / scripts / ci / exec-priv.sh

Displaying Raw • Download

scripts/ci/exec-priv.sh 633735d797cc5f5d48cb2e22e8fd7cd743930daf (633735d7) Text, 211 B

#!/bin/sh
# Run a command with root privileges: use sudo only when not root (Docker/act often have no sudo).
# Usage: sh scripts/ci/exec-priv.sh apt-get update
set -eu

. "$(dirname "$0")/priv.sh"
run_priv "$@"

Served by rngit 1.5.2 - Generated in 0.02s